home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Bureautique / ReplaceGenius / ReplaceGenius_Setup.exe / {app} / Help / style.css < prev    next >
Cascading Style Sheet File  |  2007-11-26  |  3KB  |  119 lines

  1.  
  2. div.content {
  3.     width:600px;
  4.     padding:                16px;
  5.     padding-top:            0;
  6.     }
  7.  
  8.  
  9. h1  {
  10.   background-color:       #EEEEEE;
  11.   border-bottom-style:    solid;
  12.   border-bottom-width:    1px;
  13.   border-color:           #C0C0C0;
  14.   border-style:           solid;
  15.   border-top-style:       solid;
  16.   border-top-width:       1px;
  17.   border-width:           1px;
  18.   font-family:            Verdana, Arial, Sans-Serif;
  19.   font-size:              18pt;
  20.   font-weight:            normal;
  21.   margin-bottom:          16px;
  22.   margin-top:             24px;
  23.   padding-bottom:         8px;
  24.   padding-top:            8px;
  25.   padding:                4px;
  26.   text-align:             center;
  27.   }
  28.   
  29. div.menu  {
  30.   border-color:           #000000;
  31.   font-family:            Verdana, Arial, Sans-Serif;
  32.   font-size:              10pt;
  33.   margin:                 8px;
  34.   padding:                4px;
  35.   text-align:             left;
  36.   }
  37.   
  38. a  {
  39.   color:                  #2222FF;
  40.   text-decoration:        none;
  41.   }
  42.   
  43. a:hover  {
  44.   text-decoration:        underline;
  45.   }
  46.  
  47. p.menu  {
  48.   background-color:       #EEEEEE;
  49.   border-style:           solid;
  50.   border-bottom-width:    1px;
  51.   border-color:           #C0C0C0;
  52.   border-top-width:       1px;
  53.   border-width:           1px;
  54.   font-family:            Verdana, Arial, Sans-Serif;
  55.   font-size:              10pt;
  56.   font-weight:            bold;
  57.   margin-bottom:          0px;
  58.   margin-top:             8px;
  59.   padding-bottom:         4px;
  60.   padding-top:            4px;
  61.   padding:                4px;
  62.   text-align:             center;
  63.   }
  64.  
  65. div.menuitems  {
  66.   border-color:           #C0C0C0;
  67.   border-style:           solid;
  68.   border-top-style:       none;
  69.   border-top-width:       0;
  70.   border-width:           1px;
  71.   padding:                8px;
  72.   margin-bottom:          16px;
  73.   }
  74.  
  75.  
  76. code  {
  77.   background-color:       #F0F0FF;
  78.   border-bottom-style:    solid;
  79.   border-width:           1px;
  80.   border-color:           #D0D0DD;
  81.   border-style:           solid;
  82.   padding:                1px;
  83.   text-align:             center;
  84.   }
  85.  
  86.  
  87.  
  88.  
  89. table.interface {
  90.     border-width: 1px 1px 1px 1px;
  91.     border-spacing: 2px;
  92.     border-style: dotted dotted dotted dotted;
  93.     border-color: red red red red;
  94.     border-collapse: collapse;
  95. }
  96. table.interface th {
  97.     border-width: 1px 1px 1px 1px;
  98.     padding: 1px 1px 1px 1px;
  99.     border-style: dashed dashed dashed dashed;
  100.     border-color: red red red red;
  101. }
  102. table.interface td {
  103.     border-width: 1px 1px 1px 1px;
  104.     padding: 1px 1px 1px 1px;
  105.     border-style: dashed dashed dashed dashed;
  106.     border-color: red red red red;
  107.     color: red;
  108.     font-family:            Verdana, Arial, Sans-Serif;
  109.     font-size:              12pt;
  110.     font-weight:            normal;
  111.     text-align: center;
  112.     vertical-align: middle;
  113.   font-weight:            bolder;
  114. }
  115.  
  116.  
  117. table.interface td:hover {
  118.   background-color:       #FFF0F0;
  119. }